Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make env configurable in helm tutorial #1102

Merged
merged 3 commits into from
Apr 9, 2024
Merged

Make env configurable in helm tutorial #1102

merged 3 commits into from
Apr 9, 2024

Conversation

Reshrahim
Copy link
Contributor

@Reshrahim Reshrahim commented Apr 5, 2024

Thank you for helping make the Radius documentation better!

Please follow this checklist before submitting:

  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

Partially addresses the resource group name confusion documented in radius-project/radius#7341
Sample -radius-project/samples#1046

Issue reference

Signed-off-by: Reshma Abdul Rahim <[email protected]>
@Reshrahim Reshrahim merged commit ec9f228 into v0.32 Apr 9, 2024
9 checks passed
@Reshrahim Reshrahim deleted the re/interop branch April 9, 2024 17:03
willtsai added a commit that referenced this pull request Apr 25, 2024
* Update docs for v0.32.0

* Update environment logic (#1097)

Signed-off-by: Aaron Crawfis <[email protected]>

* Superbeeny/adding podspec secrets (#1100)

* Adding example on how to access secrets and add them to the container environment

Signed-off-by: Nick Beenham <[email protected]>

* Adding code tabs where the commands differ between linux/windows

Signed-off-by: Nick Beenham <[email protected]>

* Apply suggestions from code review

Co-authored-by: Will <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>

* Updates requested from PR review

Signed-off-by: Nick Beenham <[email protected]>

* nit: add a new line for spacing aesthetics

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>

* Make env configurable (#1102)

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Will <[email protected]>

* fix(bug): Update index.md (#1113)

* fix(bug): Update index.md

Fixed a bug in the cleanup script.

The command `rad app delete demo -y`
results in this output:
`Application 'demo' does not exist or has already been deleted.`

The command should be:
`rad app delete -y`
The output will be:
`Application first-app deleted`

Signed-off-by: Loek Duys <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* Fix broken link in faq (#1112)

* fix broken link in index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update docs/content/concepts/faq/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* add Connections crosslinks to Existing app tutorial (#1103)

* add Connections crosslinks to Existing app tutorial

Signed-off-by: Will Tsai <[email protected]>

* add more crosslinks

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>
willtsai added a commit that referenced this pull request Apr 25, 2024
* Update docs for v0.32.0

* Update environment logic (#1097)

Signed-off-by: Aaron Crawfis <[email protected]>

* Superbeeny/adding podspec secrets (#1100)

* Adding example on how to access secrets and add them to the container environment

Signed-off-by: Nick Beenham <[email protected]>

* Adding code tabs where the commands differ between linux/windows

Signed-off-by: Nick Beenham <[email protected]>

* Apply suggestions from code review

Co-authored-by: Will <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>

* Updates requested from PR review

Signed-off-by: Nick Beenham <[email protected]>

* nit: add a new line for spacing aesthetics

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>

* Make env configurable (#1102)

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Will <[email protected]>

* fix(bug): Update index.md (#1113)

* fix(bug): Update index.md

Fixed a bug in the cleanup script.

The command `rad app delete demo -y`
results in this output:
`Application 'demo' does not exist or has already been deleted.`

The command should be:
`rad app delete -y`
The output will be:
`Application first-app deleted`

Signed-off-by: Loek Duys <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* Fix broken link in faq (#1112)

* fix broken link in index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update docs/content/concepts/faq/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* update gh to ado sync workflow to use service principals

Signed-off-by: Will Tsai <[email protected]>

* add Connections crosslinks to Existing app tutorial (#1103)

* add Connections crosslinks to Existing app tutorial

Signed-off-by: Will Tsai <[email protected]>

* add more crosslinks

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>

* Update config.toml

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>
willtsai added a commit that referenced this pull request Jun 10, 2024
* Update docs for v0.33.0

* update gh to ado sync workflow to use service principals (#1118)

* Update docs for v0.32.0

* Update environment logic (#1097)

Signed-off-by: Aaron Crawfis <[email protected]>

* Superbeeny/adding podspec secrets (#1100)

* Adding example on how to access secrets and add them to the container environment

Signed-off-by: Nick Beenham <[email protected]>

* Adding code tabs where the commands differ between linux/windows

Signed-off-by: Nick Beenham <[email protected]>

* Apply suggestions from code review

Co-authored-by: Will <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>

* Updates requested from PR review

Signed-off-by: Nick Beenham <[email protected]>

* nit: add a new line for spacing aesthetics

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>

* Make env configurable (#1102)

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Will <[email protected]>

* fix(bug): Update index.md (#1113)

* fix(bug): Update index.md

Fixed a bug in the cleanup script.

The command `rad app delete demo -y`
results in this output:
`Application 'demo' does not exist or has already been deleted.`

The command should be:
`rad app delete -y`
The output will be:
`Application first-app deleted`

Signed-off-by: Loek Duys <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* Fix broken link in faq (#1112)

* fix broken link in index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update docs/content/concepts/faq/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* update gh to ado sync workflow to use service principals

Signed-off-by: Will Tsai <[email protected]>

* add Connections crosslinks to Existing app tutorial (#1103)

* add Connections crosslinks to Existing app tutorial

Signed-off-by: Will Tsai <[email protected]>

* add more crosslinks

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>

* Update config.toml

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>

* Update index.md (#1121)

Fixed typo `-resource-group myResourceGroup` into `--resource-group myResourceGroup`

(added missing `-`)

Signed-off-by: Loek Duys <[email protected]>

* add new logo types (#1122)

Signed-off-by: Will Tsai <[email protected]>

* Add CNCF website guidelines (#1123)

* Add copyrights

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add trademark

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add trademark

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>
willtsai added a commit that referenced this pull request Jun 18, 2024
* Update docs for v0.33.0

* update gh to ado sync workflow to use service principals (#1118)

* Update docs for v0.32.0

* Update environment logic (#1097)

Signed-off-by: Aaron Crawfis <[email protected]>

* Superbeeny/adding podspec secrets (#1100)

* Adding example on how to access secrets and add them to the container environment

Signed-off-by: Nick Beenham <[email protected]>

* Adding code tabs where the commands differ between linux/windows

Signed-off-by: Nick Beenham <[email protected]>

* Apply suggestions from code review

Co-authored-by: Will <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>

* Updates requested from PR review

Signed-off-by: Nick Beenham <[email protected]>

* nit: add a new line for spacing aesthetics

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>

* Make env configurable (#1102)

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Will <[email protected]>

* fix(bug): Update index.md (#1113)

* fix(bug): Update index.md

Fixed a bug in the cleanup script.

The command `rad app delete demo -y`
results in this output:
`Application 'demo' does not exist or has already been deleted.`

The command should be:
`rad app delete -y`
The output will be:
`Application first-app deleted`

Signed-off-by: Loek Duys <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* Fix broken link in faq (#1112)

* fix broken link in index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update docs/content/concepts/faq/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* update gh to ado sync workflow to use service principals

Signed-off-by: Will Tsai <[email protected]>

* add Connections crosslinks to Existing app tutorial (#1103)

* add Connections crosslinks to Existing app tutorial

Signed-off-by: Will Tsai <[email protected]>

* add more crosslinks

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>

* Update config.toml

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>

* Update index.md (#1121)

Fixed typo `-resource-group myResourceGroup` into `--resource-group myResourceGroup`

(added missing `-`)

Signed-off-by: Loek Duys <[email protected]>

* add new logo types (#1122)

Signed-off-by: Will Tsai <[email protected]>

* Add CNCF website guidelines (#1123)

* Add copyrights

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add trademark

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add trademark

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Upmerge

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>
willtsai added a commit that referenced this pull request Jun 20, 2024
* Update docs for v0.33.0

* update gh to ado sync workflow to use service principals (#1118)

* Update docs for v0.32.0

* Update environment logic (#1097)

Signed-off-by: Aaron Crawfis <[email protected]>

* Superbeeny/adding podspec secrets (#1100)

* Adding example on how to access secrets and add them to the container environment

Signed-off-by: Nick Beenham <[email protected]>

* Adding code tabs where the commands differ between linux/windows

Signed-off-by: Nick Beenham <[email protected]>

* Apply suggestions from code review

Co-authored-by: Will <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>

* Updates requested from PR review

Signed-off-by: Nick Beenham <[email protected]>

* nit: add a new line for spacing aesthetics

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>

* Make env configurable (#1102)

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Will <[email protected]>

* fix(bug): Update index.md (#1113)

* fix(bug): Update index.md

Fixed a bug in the cleanup script.

The command `rad app delete demo -y`
results in this output:
`Application 'demo' does not exist or has already been deleted.`

The command should be:
`rad app delete -y`
The output will be:
`Application first-app deleted`

Signed-off-by: Loek Duys <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* Fix broken link in faq (#1112)

* fix broken link in index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update index.md

Signed-off-by: Dan Moseley <[email protected]>

* Update docs/content/concepts/faq/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* update gh to ado sync workflow to use service principals

Signed-off-by: Will Tsai <[email protected]>

* add Connections crosslinks to Existing app tutorial (#1103)

* add Connections crosslinks to Existing app tutorial

Signed-off-by: Will Tsai <[email protected]>

* add more crosslinks

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>

* Update config.toml

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>

* Update index.md (#1121)

Fixed typo `-resource-group myResourceGroup` into `--resource-group myResourceGroup`

(added missing `-`)

Signed-off-by: Loek Duys <[email protected]>

* add new logo types (#1122)

Signed-off-by: Will Tsai <[email protected]>

* Add CNCF website guidelines (#1123)

* Add copyrights

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add trademark

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add trademark

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update docs for v0.34.0

* Update command to view deployed container in tutorial (#1128)

* Update command to view deployed container in tutorial

Signed-off-by: Filipe Revez <[email protected]>

* Fixed another wrong rad app connections command

Signed-off-by: Filipe Revez <[email protected]>

---------

Signed-off-by: Filipe Revez <[email protected]>

* fix ado sync workflow (#1130)

Signed-off-by: Will Tsai <[email protected]>

* Revert "Merge branch 'v0.33' into v0.34" (#1133)

This reverts commit bfba3f3, reversing
changes made to e36f280.

* fix dead links in contribution guide (#1135)

Signed-off-by: Will Tsai <[email protected]>

* Rename app connections (#1129)

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* revert changes

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Loek Duys <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Dan Moseley <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Signed-off-by: Filipe Revez <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Nick Beenham <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Loek Duys <[email protected]>
Co-authored-by: Dan Moseley <[email protected]>
Co-authored-by: Filipe Revez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants